    .custom-primary {
        color: #e83e8c !important;
    }

    .bg-custom-primary {
        background-color: #e83e8c !important;
    }

    .border-custom-primary {
        border-color: #e83e8c !important;
    }

    .breadcrumb-custom .breadcrumb-item.active {
        color: #e83e8c;
        font-weight: 600;
    }

    .card-custom {
        border-top: 3px solid #e83e8c;
    }

    .table-custom thead th {
        background-color: #e83e8c;
        color: white;
    }

    .badge-custom {
        background-color: #e83e8c;
    }

    .floor-badge {
        background-color: #6f42c1;
        color: white;
    }

    .search-box {
        border: 2px solid #e83e8c;
    }

    .stats-card {
        border-left: 4px solid #e83e8c;
    }